body {
    background: #f5f5f5;
}

.nav-link:hover {
    background: #51b1ef;
    color: #fff !important;
}

.about {
    padding: 5rem 0;
    position: relative;
}

.index_title {
    background: #f5f5f5;
    padding: 0 3rem;
    margin-bottom: 1.5rem;
    max-width: 100%;
}

.textbg-white {
    background: #fff;
}

.textbg-white .inner {
    padding: 2rem 1.2rem;
    font-size: 16px;
}

.aboutrt {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.about .textbg-white .col-md-4 {
    background: #73c0f1;
    padding: 2.5rem 15px;
    color: #fff;
    border-right: 1px solid #fff;
}

.about .textbg-white .col-md-4 a dl dt {
    font-size: 1.3rem;
    font-weight: normal;
}

.about .textbg-white .col-md-4 a dl dd {
    font-size: 0.6rem;
    position: relative;
}

.about .textbg-white .col-md-4:hover {
    animation: myfirst 2s;
    -moz-animation: myfirst 2s;
    -webkit-animation: myfirst 2s;
    -o-animation: myfirst 2s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

@keyframes myfirst {
    from {
        background: #73c0f1;
        transform: rotate(0deg);
    }

    to {
        background: #51b1ef;
        transform: rotate(360deg);
    }
}

/* ********************************************************************************************************** */
.company {
    background: url(../images/index/index_bg_06.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 5rem 0;
    position: relative;
}

.bgmt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.company .inner {
    background: rgba(0, 0, 0, 0.3);
    padding: 0.5rem;
}

.company .inner dl {
    border: 1px solid #fff;
    padding: 1rem 0.5rem;
    min-height: 160px;
    margin: 0;
}

.company .inner dl dt {
    font-size: 1.3rem;
    font-weight: normal;
}

.company .inner dl dd {
    padding-left: 0.6rem;
    line-height: 1.5rem;
}

/* ********************************************************************************************************** */
.news {
    padding: 5rem 0;
    position: relative;
}

.news .col-md-4 div {
    overflow: hidden;
}

.news img {
    max-width: 100%;
}

.news .col-md-4 div:nth-child(2) {
    border: 1px solid #c8c8c8;
    padding: 1rem;
}

.margin-b-5 {
    margin-bottom: 0.5rem;
}

.news .col-md-4 img:hover {
    animation: bigAnt 1s forwards alternate;
    -moz-animation: bigAnt 1s forwards alternate;
    -webkit-animation: bigAnt 1s forwards alternate;
    -o-animation: bigAnt 1s forwards alternate;
}

@keyframes bigAnt {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.2);
    }
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-primary {
    width: 9rem;
    border-radius: 30px;
    background: #51b1ef;
    border-color: #51b1ef;
    color: #fff;
}

/* ********************************************************************************************************** */
.contact {
    background: url(../images/index/index_bg_12.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 5rem 0;
    position: relative;
}

.contact .inner {
    margin-bottom: 3rem;
}

.contact .inner i {
    font-size: 3rem;
}

.contact .inner dd p:nth-child(1) {
    font-size: 1.3rem;
    margin: 0;
}

.contact .inner dd p:nth-child(2) {
    font-size: 0.7rem;
}

/* ********************************************************************************************************** */
.footer {
    background: #0f141a;
    padding: 1.1rem 0;
}

.footer .row:nth-child(1) {
    border-bottom: 1px solid #999;
}

.footer .row {
    padding: 0.3rem 0;
}

.footer .row .col-md-2 a {
    color: #999 !important;
}

/* ********************************************************************************************************** */
.srch {
    width: 100%;
    background: #c8000b;
    float: none;
    height: 45px;
    margin: 0px auto;
}

.srch_l {
    width: 400px;
    float: left;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
}

.srch_l a {
    color: #fff;
}

/* ********************************************************************************************************** */
.font_w {
    font-family: 'Microsoft YaHei';
}

.p_tit {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #c8000b;
    color: #fff;
    font-size: 26px;
}

.ny_l li {
    height: 40px;
    margin-bottom: 2px;
    background: #cacaca;
    line-height: 40px;
}

.ny_l li a {
    color: #000;
    display: block;
}

.ny_l li a:hover {
    background: #c8000b;
    color: #fff;
}

.mt15 {
    margin-top: 15px;
}

.db {
    display: block;
}

.asideCotact li {
    line-height: 30px;
    color: #343434;
}

.crumb {
    border-bottom: 1px solid #000;
    height: 35px;
    line-height: 35px;
}

.crumb span {
    border-bottom: 3px solid #c8000b;
    height: 34px;
    color: #c8000b;
    padding-right: 10px;
}

/* ********************************************************************************************************** */
.insNewList {
    border-bottom: 1px dashed #bebebe;
    padding: 20px 0px;
    cursor: pointer;
}

.fl {
    float: left;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.news_p {
    width: 120px;
}

.fr {
    float: right;
}

.newCon {
    width: 600px;
}

.insNewList .tit a {
    color: #383838;
    font-size: 18px;
    float: left;
    padding-left: 5px;
}

.insNewList .tit span {
    color: #7f7f7f;
    float: right;
    padding-right: 15px;
    font-size: 13px;
}

.insNewList .con {
    color: #888;
    margin-top: 8px;
    padding: 0px 5px;
}

/* ********************************************************************************************************** */
.pro_s {
    font-family: "宋体";
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    padding: 10px;
}

.pro_ul {
    float: left;
    padding-right: 24px;
    height: 215px;
}

.insNewsArti img {
    max-width: 730px;
}

.pro_s ul li p {
    color: #333;
    text-align: center;
    padding-bottom: 10px;
}

.pro_ul img:hover {
    border: 2px #c8000b solid;
}

.pt10 {
    padding-top: 10px;
}

.insNews li {
    float: left;
    line-height: 35px;
    width: 725px;
    padding: 0px 5px;
}

.insNews li a {
    float: left;
    color: #343434;
}

.insNews li span {
    float: right;
    color: #b4b4b4;
}